Skip to content

runtime tarballs#3

Merged
viferga merged 9 commits into
metacall:mainfrom
SATVIKsynopsis:dev_run
Jun 4, 2026
Merged

runtime tarballs#3
viferga merged 9 commits into
metacall:mainfrom
SATVIKsynopsis:dev_run

Conversation

@SATVIKsynopsis
Copy link
Copy Markdown
Collaborator

Dev and runtime tarballs.

Comment thread scripts/validate.sh

# Uncompress toolchain
tar -xzf /rust-toolchain.tar.gz -C /
# Uncompress toolchain runtime tarball
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong, if you want to test both you need to uncompress one, test that one, uncompress the other then, test the other, doing runtime first and then dev.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My recommendation is to encapsulate the testing, use a function for test the runtime, and then another function for test the dev that first calls to the runtime test function.

Then you uncompress one, call runtime validation, then the other, call the dev validation...

@viferga viferga merged commit a59659f into metacall:main Jun 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants